home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Strategy Challenges Collection
/
Strategy Challenges Collection.iso
/
pc
/
demo
/
demodata
/
menu.dxr
/
00041.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-02
|
205 b
|
12 lines
on exitFrame
global gBeenThere, gQuit
if gQuit = 1 then
quit()
end if
set gBeenThere to 0
clearPuppets(1, 46)
repeat with nn = 2 to 7
set the visible of sprite nn to 0
end repeat
end